[genuitec-file-id="wc3-14"],[genuitec-lp-path="/aptet/WebRoot/css/stylenew.css"],[genuitec-lp-enabled=false]{
  /* for codelive */
}


                                                             .pcoded .pcoded-header[header-theme="theme1"] 
                                                                {
                                                                 background: #4a3834 !important;
                                                                 color: #ffff;  
                                                                }

																.pcoded .pcoded-header[header-theme="theme1"] a 
																 {
																    color: white;
																 }

																  .pcoded .pcoded-header .navbar-logo[logo-theme="theme1"] 
																  {
																    background-color: #4a3834;
																  }  
																  
																  

.pcoded .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li .pcoded-submenu li.active>a
 {
    color: #FFFF !important;
    background-color: #20B2AA!important;
    box-shadow: 0 5px 7px rgba(0,0,0,0.1);
}
 
 .theme-color a[active-item-theme="theme3"] 
 {
    background: #20B2AA!important;
}
  .modal-header 
  {
    padding: 8px!important;
  }
    
  .pcoded .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger>a:before, .pcoded .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.active>a:before {
    border-left-color: #20B2AA !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger .pcoded-submenu li>a:before, .pcoded .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.active .pcoded-submenu li>a:before {
    border-left-color: #20B2AA !important;
}  
 															
																.blue_bg
																{
																background-color: #b97e70 !important;color:white;
																padding:7px!important;
																}
																
																.theme_bg
																{ 
																background-color: #20B2AA !important;color:white!important;
																}
																.theme_bg:hover
																{ 
																background-color: #20B2AA !important;color:white!important;
																}
 
 
  
		 .btn-success
		  {
			    background-color: #20B2AA!important;
			    border-color: #20B2AA!important;
			}
.panel-info_m_t 
{
    margin-top: -18px!important;
}
 
.panel-info_m_b
{
    margin-top: 10px!important;
}

.blue_hash
{
background-color:#6ea19b!important;
color:white;
padding:4px!important;
font-family: serif;
font-size: 17px;
}

.sub_heading
{
color: #52D017;font-size: 22px;text-align: left;font-family: robot;
}
						  										
																.panel-body
																{
																border:1px #cccbcb solid!important;padding-top:10px!important;padding-left:10px!important;padding-right:10px!important;padding-bottom:10px!important;
																}
																.card
																{
																margin-top:-25px;
																}
																  
														 
																h3.popuptitle 
																{
																	position:relative;
																	font-family: 'Viga', sans-serif;font-size:25px;color:#614935;
																	 display:inline-block;
																	z-index:1 !important;
																	text-align:center;
															     	color:#fb641b!important;
																	box-shadow:0 1px 1px rgba(0,0,0,0.1);
																	padding: 1px;
																}  
																h3.popuptitle:before 
																 {  
																	position:absolute;
																	content:"";
																	border-bottom:20px solid #dbebf8  !important;
																	width:75% !important;
																	bottom:9px !important;
																	 
																    z-index:-1 !important;
																	left:-10px;
																	bottom:-2px;
																	text-align:center; 
																}
																.main_child
																{
																 background-color: #20B2AA!important;color:white!important;padding:3px!important;
																}
																
																.msg
																{
																margin-bottom: -10px!important;text-align: center!important;padding:5px!important;
																
																}
																
																.success  
																{
																color:#52D017;border:1px #52D017 solid;
																background-color: #F7FFFF;font-size:20px!important;
																}
																.failure
																{
																color:red;border:1px red solid;
																font-size:20px!important;
																	/* background-color: white; */
																}
																
 																.pcoded-navbar{z-index:0!important;}
																 
																 
																  .menuBorder_
																{
																
																border-bottom: 1px solid whitesmoke;
																}
																
																/* created by chalamalasetty satish on 16/09/2020 */
   .ajax_msg{max-width:550px!important;min-width:360px!important;font-weight:500;margin-top:100px; box-shadow:0 5px 20px rgba(0,0,0,0.3); margin-right:3px; right:0px;z-index:9999;position:fixed;top:10px; padding:25px;color:white;border-radius:3px; font-size:18px;}
 /* end */
                                               
            /*  overlay Loading */     
            
 #overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 99999!important;
  cursor: not-allowed;
}  

#overlayText{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}                             
    
    
    
    .star::before 
{
  content: "* ";
  color:red;
}
 
   .loading
    {
    background-image: linear-gradient(315deg, #0ecad3 0%,#2acfc6  100%);
    text-align:center;
    min-width:400px;
    border-radius:5px;  
    }
 
 
  .completed_block{color:#8A6D3B;text-shadow: 1px 1px 1px #8A6D3B;}   
  .incomplete_block{color:red;text-shadow:1px 1px 1px #8A6D3B;font-size: 13px;}       
  .sub_fields{
  font-size: 18px;color:#4CC552;
  font-family: 'Roboto'; 
  }
  
     .blink_me 
     {
  animation: blinker 1s linear infinite;
}

@keyframes blinker
 {
  50% 
  {
    opacity: 0;
  }
} 
 
    
    .modal-size-40
     {
  max-width: 40%!important;
    }
    
     .modal-size-85
     {
  max-width: 90%!important;
    }
    
     .modal-size-65
     {
  max-width: 65%!important;
    }
   
   
   .datepicker .datepicker-switch 
   {
    width: 229px!important;
}



.table-condensed thead th 
{
    background: #20B2AA!important;
    color: #ffffff;  
    font-size: 16px;
    padding: 10px !important;  
    text-transform: uppercase;
    border-radius: 0px;
}  

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 5px;
}  


.day { 
    color: black;
    padding-left: 10px;
    font-size: 15px; 
}


.datepicker 
{
     padding:9px;
    
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: not-allowed!important;
}
 
 
 
 
 .dropdown-menu 
 {
color: #20B2AA!important;
font-weight: normal!important;
     
}

.table-bordered>thead>tr th
{
 border : 1px solid #ffffff; padding: 7px !important;background: #20B2AA!important;color: #ffffff;text-align: center;
}
.table-bordered>thead>tr th,.table-bordered>tbody>tr td
{
padding: 7px !important;
}  
.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th 
{
	background-color: #d1e3e3 !important;
}
.table-bordered>tfoot>tr td
{
padding: 7px !important;background: #20B2AA;color: #ffffff;
}


.pcoded[vertical-nav-type="compact"][vertical-effect="overlay"] .pcoded-overlay-box, .pcoded[vertical-nav-type="ex-popover"][vertical-effect="overlay"] .pcoded-overlay-box, .pcoded[vertical-nav-type="expanded"][vertical-effect="overlay"] .pcoded-overlay-box, .pcoded[vertical-nav-type="fullsub-collapsed"][vertical-effect="overlay"] .pcoded-overlay-box, .pcoded[vertical-nav-type="sub-expanded"][vertical-effect="overlay"] .pcoded-overlay-box {
    visibility: visible;
    z-index:initial!important;
    opacity: 0.3;
    transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    overflow: hidden;
      position: initial!imortant;
    
}

 .hyp
  {
  font-size: 25px!important;
  color:#20B2AA!important;;
  }
  
    
::selection {

	background: #e54e53;

	color: #fff;

}



::-moz-selection {

	background: #e54e53;  

	color: #fff;

}



img::selection 	{ background: transparent; }

img::-moz-selection	{ background: transparent; }

body { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* .alert {
    padding: 15px!important;
    margin-bottom: 26px;
    border: 1px solid transparent;
    border-radius: 2px;
} */


.messages-content .media .msg-send, .messages-content .media .msg-reply {
    padding: 10px!important;
    font-size: 25px!important;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px!important;
}




.tableFixHead 
{
  overflow: auto;
}

.tableFixHead thead th 
{
  position: sticky;
  top: 0;
} 

.bgInput {
  background-image: url('../images/searchicon.png'); 
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}